home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 5 #8 / IMG 51 Vol 5-8.iso / Goodies / More For Your Games / MacMAME / Documentation / MAME What's New / MAME What's New.rsrc / TEXT_141.txt < prev    next >
Text File  |  1997-10-20  |  3KB  |  74 lines

  1. 0.18
  2.  
  3. IMPORTANT NOTE: This will be the last version of MAME released by me (Nicola Salmoria). From now on, the project will be maintained by Mirko Buffoni (mix@lim.dsi.unimi.it). Contact him if you have material to submit for inclusion into MAME. Please don't send such material to me.
  4.  
  5.  
  6. Program:
  7. - Green Beret:
  8.   - The speed should now be VERY accurate. It also syncs correctly with the
  9.     music.
  10.   - Sound pitch should be correct as well (though it changes after you die
  11.     for the first time...)
  12.   - High score support.
  13.   - Fixed sprite clipping problem on the left of the screen.
  14.   - Fixed memory trashing bug in dirtybuffer handling
  15.  
  16. - I finally added some lousy, very inaccurate, noise to the 76496 emulator.
  17.   This affects Lady Bug and Green Beret.
  18.  
  19. - I also added the same lousy noise to Galaxian, Pisces, Moon Cresta, Moon
  20.   Quasar.
  21.  
  22. - Fixed bug in the 8910 emulation which caused noise to be played in Crazy
  23.   Kong when you jumped over a barrel.
  24.  
  25. - Zaxxon and Congo Bongo now save their high scores for real. The code had
  26.   disappeared from the drivers... I _did_ write it, since I had .hi files in
  27.   my directories ;-)
  28.  
  29. - High score support in Space Invaders (Invaders only - not clones)
  30.  
  31. - Bomb Jack is much faster on a 486. Now runs very well with -frameskip 1 on
  32.   my 486/100.
  33.  
  34. - Sprite placement in Pac Man, Ms Pac Man and Crush Roller should now be
  35.   arcade perfect. Thanks to Richard Davies who verified it on a real machine.
  36.  
  37. - Preliminary support for Jungle King / Jungle Hunt. Slow but playable. I
  38.   haven't the gfx bank selector, therefore you'll have to pick the correct
  39.   background graphics yourself. Use keys C and V to change it.
  40.  
  41. - VERY preliminary support for Elevator Action. Not playable.
  42.  
  43. - Preliminary support for Seicross, using the Crazy Kong driver. Not playable.
  44.  
  45. - Marc Lafontaine fixed some problems in the Venture driver, and provided
  46.   drivers for Mouse Trap and Pepper II, which run on similar hardware (Pepper
  47.   II is not complete yet).
  48.   Note that the required Venture ROM set has changed - the other one was
  49.   missing one ROM.
  50.   Collision detection doesn't work - in Mouse Trap, you can use keys 7 and 8
  51.   to simulate a sprite-to-character and a sprite-to-sprite collision.
  52.  
  53. - Rotated the controls for Q*Bert
  54.  
  55. - Some changes to music tempo in Amidar, Pooyan, Time Pilot.
  56.  
  57. - Added support for the original, Universal version of Mr. Do!. I renamed the
  58.   other, which has an additional Taito copyright notice, "mrdot".
  59.  
  60. - Support for a version of Crazy Kong running on Scramble hardware
  61.  
  62. - Mike Coates provided a Space Panic driver.
  63.  
  64. - Fixed bugs in Jump Bug and Bagman sound drivers which caused page faults
  65.   when run under DOS.
  66.  
  67. - Fabrice Frances submitted a much faster version of the 8086 emulation.
  68.   Q*Bert now runs at full speed with -frameskip 1 on my 486/100.
  69.  
  70. Source:
  71. - Samples are now loadaed by the main engine, not the single drivers. This is
  72.   done via the new field samplenames in the GameDriver structure. Samples can
  73.   then be retrieved by the drivers in Machine->samples.
  74.